@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../Images/back.png);
	background-repeat:repeat-x;
	background-color:#415B9A;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}


#logo_cont {
	width:935px;
	margin:15px auto 15px auto;
}

#MJH_logo_cont{
	width:90px;
	margin: 0 auto;
	height:30px;
	padding-top:3px;
}

#top_bar {
	width:960px;
	margin:0 auto;
	height:191px;
	background-image:url(../Images/Top.jpg);
	background-repeat:no-repeat;
}

#top_box {
	width:960px;
	margin:0 auto;
	height:55px;
	background-color:#FFFFFF;
}

#top_box_SMALL {
	width:960px;
	margin:0 auto;
	height:13px;
	background:url(../Images/top_box_Small.png) no-repeat;
}

#main_content {
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding-bottom:20px;
	height:auto;
	clear:both;
	min-height:380px;
}

#bottom_box {
	width:960px;
	margin:0 auto;
	height:216px;
	background-image:url(../Images/Bottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#main_text{
	width:900px;
	padding-left:10px;
	min-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0 auto;
}

#User_Bar{
	width:960px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	margin:0 auto;
	vertical-align:middle;
}

#menu_container{
	width:560px;
	margin: 0 auto;
	padding-top:10px;
	overflow:visible;
}

#top_menu_container{
	width:560px;
	margin-left:50%;
	padding-top:4px;
	overflow:visible;
	position:absolute;
	left: -258px;
	top: -4px;
}	

.rusticbuttonmenu a.rustic{ /*rustic button CSS*/
background: transparent url('../Images/rusticleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 32px; /* This value + 8px should equal height of button background (default is 31px) */
height: 40px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.rusticbuttonmenu a.rustic:link, .rusticbuttonmenu a.rustic:visited, .rusticbuttonmenu a:active{
color: #fff; /*button text color*/
}

.rusticbuttonmenu a.rustic span{
background: transparent url('../Images/rusticright.gif') no-repeat top right;
display: block;
padding: 0px 20px 6px 10px; /*Set 10px here to match value of 'padding-left' value above*/
}

.rusticbuttonmenu a.rustic:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.rusticbuttonmenu a.rustic:hover span{ /* Hover state CSS (for text) */
color:#fff;
}


/*MENU TOP CSS */

.menu_topbuttonmenu{ /*container that holds a row of menu_top buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 560px;
	border: 1px solid gray;
	padding: 3px 0;
	border-width: 0px 0;
}

* html .menu_topbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 565px;
}

.menu_topbuttonmenu a.menu_top{ /*menu_top button CSS*/
background: transparent url('../Images/menu_topleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 25px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.3;
-moz-opacity: 0.3;
vertical-align:middle;
}

.menu_topbuttonmenu a.menu_top:link, .menu_topbuttonmenu a.menu_top:visited, .menu_topbuttonmenu a:active{
color: #000; /*button text color*/
}

.menu_topbuttonmenu a.menu_top span{
background: transparent url('../Images/menu_topright.gif') no-repeat top right;
display: block;
padding: 1px 10px 6px 0px; /*Set 10px here to match value of 'padding-left' value above*/
}

.menu_topbuttonmenu a.menu_top:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.menu_topbuttonmenu a.menu_top:hover span{ /* Hover state CSS (for text) */
color:#fff;
}

/*END*/

.font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.font a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.font a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}

.font a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.font1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.fields{
	width:150px;
	border:#000066 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}

.contact_field_1line{
	background-color:#FFFFFF;
	height:20px;
	width:180px;
	border:1px #000099 solid;
	vertical-align:middle;
	background-image:url(../Images/field_back.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
}	

.contact_field_multiline{
	background-color:#FFFFFF;
	height:60px;
	width:180px;
	border:1px #000099 solid;
	background-image:url(../Images/field_back.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
}

.important_text{
	width:887px;
	background-color:#FFF0E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF3300;
	margin:0 auto;
	padding-left:3px;
	border:1px solid #FF3300;
}

.not_important_text{
	width:100%;
	border:1px #4D67A4 solid;
	background-color:#BFCDEE
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D67A4;
	margin:0 auto;
	padding-left:3px;
}

#leftmenuitem{
	width:141px;
	height:20px;
	padding:5px;
	background-image:url(../Images/BG_LFT_Menu.jpg);
	background-repeat:repeat-y;
}

#leftmenusub{
	width:124px;
	height:20px;
	padding:5px;
	background-image:url(../Images/BG_LFT_Menu_SUB.jpg);
	background-repeat:repeat-y;
	padding-left:22px;
}

#leftmenutop{
	width:151px;
	height:2px;
	background-color:#3542A4;
}

a.linkLeft:link, a.linkLeft:visited{
	text-decoration:none;
	color:#000
}

a.linkLeft:hover{
	color:#5370BB;
	font-style:italic;
}

#menuholder{
	position:absolute;
	z-index:100;
	width:484px;
	height:36px;
	margin-left:50%;
	top:148px;
	left:0px;
}

ul.TabMenuHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

ul.TabMenuActive
{
	z-index: 1000;
}

ul.TabMenuHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 120px;
	float: left;
}

ul.TabMenuHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 120px;
	position: absolute;
	left: -1000em;
}

ul.TabMenuHorizontal ul.TabMenuSubmenuVisible
{
	left: auto;
}

ul.TabMenuHorizontal ul li
{
	width: 120px;

}

ul.TabMenuHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.TabMenuHorizontal ul.TabMenuSubmenuVisible ul.TabMenuSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.TabMenuHorizontal ul
{
	border: 1px solid #CCC;
}

ul.TabMenuHorizontal a
{
	display: block;
	cursor: pointer;
	padding:6px;
	color:#fff;
	text-decoration: none;
	background-image:url(../Images/Tabs.png);
	background-position:bottom;
	height:28px;
}

ul.TabMenuHorizontal a:hover, ul.TabMenuHorizontal a:focus
{
	background-color:;
	color:#000;
	background-image:url(../Images/Tabselect.png);
}

li.selected a
{
	background-color:;
	color:#000;
	background-image:url(../Images/Tabselect.png);
}

ul.TabMenuHorizontal a.TabMenuItemHover, ul.TabMenuHorizontal a.TabMenuItemSubmenuHover, ul.TabMenuHorizontal a.TabMenuSubmenuVisible
{
	background-color:;
	color:#000;
	background-image:url(../Images/Tabselect.png);
}

ul.TabMenuHorizontal a.TabMenuItemSubmenu
{
	background-image: url(../SpryAssets/SpryTabMenuDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.TabMenuHorizontal ul a.TabMenuItemSubmenu
{
	background-image: url(../SpryAssets/SpryTabMenuRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.TabMenuHorizontal a.TabMenuItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryTabMenuDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.TabMenuHorizontal ul a.TabMenuItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryTabMenuRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.TabMenuHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

@media screen, projection
{
	ul.TabMenuHorizontal li.TabMenuItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}


#menulocation{
	float:left;

	width:223px;
	height:auto;
	overflow:hidden;
	position:relative;
	left:-51px;
}

#othercontent{
	width:730px;
	height:auto;
	margin-left:10px;
	margin-right:8px;
	position:relative;
	margin-left:50%;
	left:-270px;
	top:10px;
}

#clearer{
	clear:both;
	height:1px;
	width:100%;
}
